home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / dev / mui / muiplusp.lha / MUIPlusPlus.readme
Text File  |  1997-03-23  |  1KB  |  26 lines

  1. Short:    C++ wrapper classes for MUI 3.8
  2. Uploader: nick@carlton-castel.demon.co.uk
  3. Author:   nick@carlton-castel.demon.co.uk
  4. Type:     dev/mui
  5.  
  6. Allows the use of MUI 3.8 through C++ classes.
  7. This has only been tested with the GCC compiler although it has been
  8. written so that it should compile with other compilers.
  9.  
  10. Features:
  11.  
  12.  * Supports all attributes and methods of MUI 3.8
  13.  * Support for NList, NListview, and HTMLtext custom classes
  14.  * Template classes supplied for List, Listview, NList, NListview
  15.  * Methods and attributes can be inlined for efficiency or linked with a
  16.    link library for faster compilation.
  17.  * Ability to convert to and from BOOPSI objects
  18.  * Extra support for List classes including AddHead, AddTail, InsertTop,
  19.    InsertBottom, Length.
  20.  * Numeric classes have coercion to ints and longs
  21.  * Lists can be treated like arrays
  22.  * Strings and Texts have coercion to char *
  23.  * Includes ARexx macros for generating main header file and header files
  24.    for custom classes from autodocs.
  25.  * Includes documentation in guide format
  26.  * Is completely free!